Direct3dContext

Undocumented in source.

Constructors

this
this(Window window, WindowConfig config)
Undocumented in source.

Members

Properties

activate
void activate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
backBuffer
ID3D11RenderTargetView backBuffer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
device
ID3D11Device device [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
deviceContext
ID3D11DeviceContext deviceContext [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
shadingLanguageVersion
string shadingLanguageVersion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
swapBuffers
void swapBuffers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
swapChain
IDXGISwapChain swapChain [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toolkitVersion
string toolkitVersion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
WindowContextType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IContext

activate
void activate [@property getter]

Activates the context for use.

destroy
void destroy [@property getter]

Destroys a context.

swapBuffers
void swapBuffers [@property getter]

Swap the buffers, to make the output display.

type
WindowContextType type [@property getter]

What type of context is this?

toolkitVersion
string toolkitVersion [@property getter]

Version of the toolkit being used.

shadingLanguageVersion
string shadingLanguageVersion [@property getter]

Version of the shading language available

Meta